settings: Keep the GtkSettings object identical no matter the backend
authorBenjamin Otte <otte@redhat.com>
Wed, 2 Mar 2011 16:02:51 +0000 (17:02 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 2 Mar 2011 16:02:51 +0000 (17:02 +0100)
commite69badbcd1667de6999363f44b098ffd63077483
treeafc29bfc3073dd97922c46a5eb96528111043912
parent399dc74d74d4996da886e6fd1ecf0c8b3905eb05
settings: Keep the GtkSettings object identical no matter the backend

Previously we were enabling some settings properties only if the X11
backend was enabled. This worked fine with GTK2 where only one backend
was enabled at a time, but now when multiple backends can be enabled,
this does not make sense.
gtk/gtksettings.c